summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net_sched: cls_basic: remove unnecessary iteration and use passed argJiri Pirko2014-12-091-11/+5
* tipc: convert name table read-write lock to RCUYing Xue2014-12-093-59/+60
* tipc: remove unnecessary INIT_LIST_HEADYing Xue2014-12-092-3/+0
* tipc: simplify relationship between name table lock and node lockYing Xue2014-12-091-9/+10
* tipc: any name table member must be protected under name table lockYing Xue2014-12-091-1/+2
* tipc: ensure all name sequences are properly protected with its lockYing Xue2014-12-091-21/+27
* tipc: ensure all name sequences are released when name table is stoppedYing Xue2014-12-091-4/+3
* tipc: make name table allocated dynamicallyYing Xue2014-12-093-65/+55
* tipc: remove size variable from publ_list structYing Xue2014-12-091-12/+7
* udp: Neaten and reduce size of compute_score functionsJoe Perches2014-12-092-99/+125
* net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn2014-12-092-4/+39
* ipv4: warn once on passing AF_INET6 socket to ip_recv_errorWillem de Bruijn2014-12-091-0/+2
* net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-062-2/+108
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-12-0621-228/+326
|\
| * netfilter: ipset: Explicitly add padding elements to hash:net, net and hash:n...Jozsef Kadlecsik2014-12-032-0/+4
| * netfilter: ipset: Allocate the proper size of memory when /0 networks are sup...Jozsef Kadlecsik2014-12-031-2/+1
| * netfilter: ipset: Simplify cidr handling for hash:*net* typesJozsef Kadlecsik2014-12-031-28/+28
| * netfilter: ipset: Indicate when /0 networks are supportedJozsef Kadlecsik2014-12-032-1/+2
| * netfilter: ipset: Alignment problem between 64bit kernel 32bit userspaceJozsef Kadlecsik2014-12-031-3/+70
| * netfilter: ipset: Support updating extensions when the set is fullJozsef Kadlecsik2014-12-031-23/+17
| * netfilter: nf_log_ipv6: correct typo in module descriptionSteven Noonan2014-11-281-1/+1
| * netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one modulePablo Neira Ayuso2014-11-2711-98/+60
| * netfilter: nf_tables_bridge: set the pktinfo for IPv4/IPv6 trafficAlvaro Neira2014-11-271-1/+39
| * netfilter: nf_tables_bridge: export nft_reject_ip*hdr_validate functionsAlvaro Neira2014-11-272-47/+53
| * netfilter: conntrack: avoid zeroing timerFlorian Westphal2014-11-271-7/+4
| * netfilter: xt_recent: relax ip_pkt_list_tot restrictionsFlorian Westphal2014-11-271-17/+47
* | bridge: add brport flags to dflt bridge_getlinkScott Feldman2014-12-031-1/+38
* | bridge: move private brport flags to if_bridge.h so port drivers can use flagsScott Feldman2014-12-031-10/+0
* | bridge: add API to notify bridge driver of learned FBD on offloaded deviceScott Feldman2014-12-032-2/+92
* | bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman2014-12-032-0/+26
* | net-sysfs: expose physical switch id for particular deviceJiri Pirko2014-12-031-0/+24
* | rtnl: expose physical switch id for particular deviceJiri Pirko2014-12-031-1/+25
* | net: introduce generic switch devices supportJiri Pirko2014-12-035-0/+55
* | net: rename netdev_phys_port_id to more generic nameJiri Pirko2014-12-033-5/+5
* | net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2014-12-033-44/+49
* | bridge: convert flags in fbd entry into bitfieldsJiri Pirko2014-12-031-3/+3
* | bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusionJiri Pirko2014-12-031-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-3015-44/+83
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-11-2814-33/+67
| |\ \
| | * | net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn2014-11-263-11/+14
| | * | bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf2014-11-261-5/+12
| | * | bridge: Add missing policy entry for IFLA_BRPORT_FAST_LEAVEThomas Graf2014-11-261-0/+1
| | * | bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf2014-11-261-0/+6
| | * | tcp: fix possible NULL dereference in tcp_vX_send_reset()Eric Dumazet2014-11-252-2/+8
| | * | Revert "netfilter: conntrack: fix race in __nf_conntrack_confirm against get_...Pablo Neira2014-11-251-8/+6
| | * | ip6_udp_tunnel: Fix checksum calculationAlexander Duyck2014-11-251-3/+1
| | * | net/ping: handle protocol mismatching scenarioJane Zhou2014-11-241-0/+2
| | * | af_packet: fix sparse warningMichael S. Tsirkin2014-11-241-1/+1
| | * | ipv6: gre: fix wrong skb->protocol in WCCPYuri Chislov2014-11-241-2/+2
| | * | ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien2014-11-242-0/+12