aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-23net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov6-4/+303
2016-10-23lwt: Remove unused len fieldThomas Graf2-7/+2
2016-10-23net: allow to kill a task which waits net_mutex in copy_new_nsAndrey Vagin1-1/+8
2016-10-23net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani1-4/+5
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann1-0/+2
2016-10-22udp: use it's own memory accounting schemaPaolo Abeni4-66/+33
2016-10-22udp: implement memory accounting helpersPaolo Abeni1-0/+106
2016-10-22net/socket: factor out helpers for memory and queue manipulationPaolo Abeni2-33/+67
2016-10-21net: remove MTU limits on a few ether_setup callersJarod Wilson5-2/+11
2016-10-20ipv4/6: use core net MTU range checkingJarod Wilson4-33/+12
2016-10-20net: use core MTU range checking in misc driversJarod Wilson5-43/+8
2016-10-20net: use core MTU range checking in core net infraJarod Wilson4-14/+7
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson1-10/+1
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson1-11/+4
2016-10-20tcp: relax listening_hash operationsEric Dumazet2-15/+7
2016-10-20ila: Fix tailroom allocation of lwtstateThomas Graf1-1/+1
2016-10-19openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc3-4/+0
2016-10-19openvswitch: remove unused functionsJiri Benc2-17/+0
2016-10-18net: vlan: Use sizeof instead of literal numberGao Feng1-2/+2
2016-10-18net: dev: Improve debug statements for adjacency trackingDavid Ahern1-7/+15
2016-10-18net: Add warning if any lower device is still in adjacency listDavid Ahern1-0/+15
2016-10-18net: Remove all_adj_list and its referencesDavid Ahern1-205/+18
2016-10-18net: Introduce new api for walking upper and lower devicesDavid Ahern1-0/+155
2016-10-18net: Remove refnr arg when inserting link adjacenciesDavid Ahern1-15/+12
2016-10-18vlan: Remove unnecessary comparison of unsigned against 0Tobias Klauser1-2/+1
2016-10-17net: report right mtu value in error messageJakub Kicinski1-1/+1
2016-10-17rds: Remove duplicate prefix from rds_conn_path_error useJoe Perches1-2/+1
2016-10-17rds: Remove unused rds_conn_errorJoe Perches2-19/+0
2016-10-17ila: Don't use dest cache when gateway is setTom Herbert1-0/+8
2016-10-15ila: Cache a route to translated addressTom Herbert1-6/+74
2016-10-15lwtunnel: Add destroy state operationTom Herbert1-0/+13
2016-10-14net/sched: act_mirred: Implement ingress actionsShmulik Ladkani1-6/+45
2016-10-14net/sched: act_mirred: Refactor detection whether dev needs xmit at mac headerShmulik Ladkani1-13/+15
2016-10-14net/sched: act_mirred: Rename tcfm_ok_push to tcfm_mac_header_xmit and make it a boolShmulik Ladkani1-5/+6
2016-10-14Revert "net: Add driver helper functions to determine checksum offloadability"stephen hemminger1-136/+0
2016-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller35-542/+950
2016-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-29/+45
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds21-478/+794
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-35/+111
2016-10-13net: bridge: add the multicast_flood flag attribute to brport_attrsNikolay Aleksandrov1-0/+1
2016-10-13net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter1-0/+2
2016-10-13tipc: info leak in __tipc_nl_add_udp_addr()Dan Carpenter1-0/+2
2016-10-13net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern1-1/+2
2016-10-13ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet1-9/+11
2016-10-13bridge: add address and vlan to fdb warning messagesRoopa Prabhu1-6/+4
2016-10-13net_sched: reorder pernet ops and act ops registrationsWANG Cong1-8/+11
2016-10-13openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal devJiri Benc1-1/+1
2016-10-13openvswitch: fix vlan subtraction from packet lengthJiri Benc1-1/+2
2016-10-13openvswitch: vlan: remove wrong likely statementJiri Benc1-1/+1
2016-10-13net_sched: do not broadcast RTM_GETTFILTER resultEric Dumazet1-7/+11