aboutsummaryrefslogtreecommitdiffstats
path: root/net/packet (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-27mpls: fix forwarding using v4/v6 explicit nullRobert Shearman1-0/+2
2015-10-27sfc: replace spinlocks with bit ops for busy poll lockingBert Kenward2-75/+58
2015-10-27sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa1-3/+17
2015-10-27qede: Add basic ethtool supportSudarsana Kalluru4-2/+596
2015-10-27qed: Add statistics supportManish Chopra6-1/+296
2015-10-27qede: Add support for linkSudarsana Kalluru1-0/+47
2015-10-27qed: Add link supportYuval Mintz8-5/+1102
2015-10-27qede: classification configurationSudarsana Kalluru2-0/+251
2015-10-27qede: Add basic network device supportYuval Mintz2-0/+1935
2015-10-27qed: Add slowpath L2 supportManish Chopra10-0/+2286
2015-10-27qede: Add basic Network driverYuval Mintz5-0/+436
2015-10-27qed: Add basic L2 interfaceYuval Mintz7-1/+482
2015-10-27qed: Add module with basic common supportYuval Mintz27-0/+16664
2015-10-26net: tso: add support for IPv6emmanuel.grumbach@intel.com2-5/+14
2015-10-26ipv6: icmp: include addresses in debug messagesBjørn Mork1-4/+8
2015-10-26bpf: make tracing helpers gpl onlyAlexei Starovoitov1-2/+2
2015-10-26bpf: fix bpf_perf_event_read() helperAlexei Starovoitov3-11/+22
2015-10-26net: dsa: bcm_sf2: Unhardcode port numbersFlorian Fainelli2-11/+97
2015-10-26net: dsa: bcm_sf2: Implement FDB operationsFlorian Fainelli3-0/+335
2015-10-26arcnet: add netif_carrier_on/off for reconnectMichael Grzeschik2-0/+27
2015-10-26arcnet: com20020-pci: add led trigger supportMichael Grzeschik5-0/+181
2015-10-26arcnet: com20020-pci: add rotary index supportMichael Grzeschik2-0/+37
2015-10-26arcnet: com20020-pci: set dev_port to the subdevice indexMichael Grzeschik1-0/+1
2015-10-26arcnet: com20020: add enable and disable device on open/closeMichael Grzeschik1-10/+29
2015-10-26arcnet: move dev_free_skb to its only userMichael Grzeschik1-8/+2
2015-10-25bnxt_en: Fix compile warnings when CONFIG_INET is not set.Michael Chan2-1/+6
2015-10-25net: encx24j600: Fix mask to update LED configurationJon Ringle1-3/+3
2015-10-25net: mvneta: Fix clearing of MIB statisticsAndrew Lunn1-2/+7
2015-10-25net: mvneta: add ethtool statisticsRussell King1-0/+108
2015-10-25af_unix: do not report POLLOUT on listenersEric Dumazet1-2/+3
2015-10-25tipc: link_is_bc_sndlink() can be staticWu Fengguang2-5/+5
2015-10-24tipc: clean up unused code and structuresJon Paul Maloy9-1104/+30
2015-10-24tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy2-3/+3
2015-10-24tipc: eliminate link's reference to owner nodeJon Paul Maloy4-22/+29
2015-10-24tipc: eliminate redundant buffer cloning at transmissionJon Paul Maloy2-28/+15
2015-10-24tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy4-12/+38
2015-10-24tipc: introduce jumbo frame support for broadcastJon Paul Maloy7-6/+39
2015-10-24tipc: simplify bearer level broadcastJon Paul Maloy5-45/+151
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy9-220/+615
2015-10-24tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy6-7/+23
2015-10-24tipc: let broadcast transmission use new link transmit functionJon Paul Maloy5-57/+85
2015-10-24tipc: make struct tipc_link generic to support broadcastJon Paul Maloy3-12/+34
2015-10-24tipc: use explicit allocation of broadcast send linkJon Paul Maloy4-45/+79
2015-10-24tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy3-23/+36
2015-10-24tipc: create broadcast transmission link at namespace initJon Paul Maloy4-7/+24
2015-10-24tipc: move broadcast link lock to struct tipc_netJon Paul Maloy3-9/+14
2015-10-24tipc: move bcast definitions to bcast.cJon Paul Maloy5-107/+110
2015-10-23bnxt_en: Fix compile errors when CONFIG_BNXT_SRIOV is not set.Michael Chan4-28/+40
2015-10-23mpls: flow-based multipath selectionRobert Shearman1-4/+83
2015-10-23mpls: multipath route supportRoopa Prabhu3-149/+401