aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-12-08net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn
2014-12-08ipv4: warn once on passing AF_INET6 socket to ip_recv_errorWillem de Bruijn
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov
2014-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-12-03netfilter: ipset: Explicitly add padding elements to hash:net, net and hash:n...Jozsef Kadlecsik
2014-12-03netfilter: ipset: Allocate the proper size of memory when /0 networks are sup...Jozsef Kadlecsik
2014-12-03netfilter: ipset: Simplify cidr handling for hash:*net* typesJozsef Kadlecsik
2014-12-03netfilter: ipset: Indicate when /0 networks are supportedJozsef Kadlecsik
2014-12-03netfilter: ipset: Alignment problem between 64bit kernel 32bit userspaceJozsef Kadlecsik
2014-12-03netfilter: ipset: Support updating extensions when the set is fullJozsef Kadlecsik
2014-12-02bridge: add brport flags to dflt bridge_getlinkScott Feldman
2014-12-02bridge: move private brport flags to if_bridge.h so port drivers can use flagsScott Feldman
2014-12-02bridge: add API to notify bridge driver of learned FBD on offloaded deviceScott Feldman
2014-12-02bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman
2014-12-02net-sysfs: expose physical switch id for particular deviceJiri Pirko
2014-12-02rtnl: expose physical switch id for particular deviceJiri Pirko
2014-12-02net: introduce generic switch devices supportJiri Pirko
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko
2014-12-02bridge: convert flags in fbd entry into bitfieldsJiri Pirko
2014-12-02bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusionJiri Pirko
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-28netfilter: nf_log_ipv6: correct typo in module descriptionSteven Noonan
2014-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-11-27netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one modulePablo Neira Ayuso
2014-11-27netfilter: nf_tables_bridge: set the pktinfo for IPv4/IPv6 trafficAlvaro Neira
2014-11-27netfilter: nf_tables_bridge: export nft_reject_ip*hdr_validate functionsAlvaro Neira
2014-11-27netfilter: conntrack: avoid zeroing timerFlorian Westphal
2014-11-27netfilter: xt_recent: relax ip_pkt_list_tot restrictionsFlorian Westphal
2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn
2014-11-26bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf
2014-11-26bridge: Add missing policy entry for IFLA_BRPORT_FAST_LEAVEThomas Graf
2014-11-26bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue
2014-11-26tipc: use generic SKB list APIs to manage link receive queueYing Xue
2014-11-26tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue
2014-11-26tipc: use generic SKB list APIs to manage link transmission queueYing Xue
2014-11-26tipc: use skb_queue_walk_safe marco to simplify link_prepare_wakeup routineYing Xue
2014-11-26tipc: remove unused between routineYing Xue
2014-11-26tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSEDYing Xue
2014-11-26tipc: clean up the process of link pushing packetsYing Xue
2014-11-26tipc: remove retransmission queueYing Xue
2014-11-26tipc: remove protocol message queueYing Xue
2014-11-26tipc: remove node subscription infrastructureYing Xue
2014-11-26ipv6: Remove unnecessary testzhuyj
2014-11-26gue: Call remcsum_adjustTom Herbert
2014-11-26pkt_sched: fq: increase max delay from 125 ms to one secondEric Dumazet
2014-11-25Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-11-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2014-11-25tcp: fix possible NULL dereference in tcp_vX_send_reset()Eric Dumazet