summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netlink: kill netlink_set_nonrootPablo Neira Ayuso2012-09-086-25/+21
* netdev/phy: mdio-mux-mmioreg.c should include of_address.hTimur Tabi2012-09-071-0/+1
* net: rt_cache_flush() cleanupEric Dumazet2012-09-071-17/+2
* net: qmi_wwan: use a single bind function for all device typesBjørn Mork2012-09-071-29/+16
* net: qmi_wwan: increase max QMI message size to 4096Bjørn Mork2012-09-071-1/+1
* ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel2012-09-077-35/+22
* scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman2012-09-074-12/+33
* igmp: avoid drop_monitor false positivesEric Dumazet2012-09-071-11/+19
* drivers/net/usb/sierra_net.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-071-1/+1
* ipv6: fix handling of throw routesNicolas Dichtel2012-09-071-1/+8
* tcp: fix TFO regressionEric Dumazet2012-09-062-7/+4
* ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel2012-09-052-4/+29
* be2net: use PCIe AER capabilitySathya Perla2012-09-051-0/+8
* net: qdisc busylock needs lockdep annotationsEric Dumazet2012-09-053-2/+12
* bnx2x: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-051-2/+1
* netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.hStephen Rothwell2012-09-051-0/+1
* cxgb4: Remove duplicate register definitionsVipul Pandya2012-09-054-58/+30
* RDMA/cxgb4: Update RDMA/cxgb4 due to macro definition removal in cxgb4 driverVipul Pandya2012-09-051-1/+1
* net: add unknown state to sysfs NIC duplex exportNikolay Aleksandrov2012-09-051-3/+15
* Revert "usbnet: drop unneeded check for NULL"Oliver Neukum2012-09-051-1/+2
* tcp: add generic netlink support for tcp_metricsJulian Anastasov2012-09-053-13/+396
* ixgbe: remove old init remnantEliezer Tamir2012-09-041-5/+0
* igb: Supported and Advertised Pause FrameAkeem G. Abodunrin2012-09-041-3/+18
* igb: reduce Rx header sizeEric Dumazet2012-09-041-2/+2
* igb: Add loopback test support for i210Carolyn Wyborny2012-09-041-35/+16
* net: Providing protocol type via system.sockprotoname xattr of /proc/PID/fd e...Masatake YAMATO2012-09-041-5/+78
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2012-09-0410-171/+317
|\
| * openvswitch: Increase maximum number of datapath ports.Pravin B Shelar2012-09-037-51/+113
| * openvswitch: Add support for network namespaces.Pravin B Shelar2012-08-227-123/+207
* | ieee802154: MRF24J40 driverAlan Ott2012-09-043-0/+779
* | net: Add INET dependency on aes crypto for the sake of TCP fastopen.David S. Miller2012-09-041-0/+2
* | sctp: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-041-6/+4
* | usbnet: drop unneeded check for NULLOliver Neukum2012-09-041-2/+1
* | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-09-03123-1833/+3631
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2012-09-03368-3347/+6763
| |\ \
| * | | netfilter: properly annotate ipv4_netfilter_{init,fini}()Jan Beulich2012-09-031-2/+2
| * | | netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()Michael Wang2012-09-033-7/+7
| * | | netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()Michael Wang2012-09-033-18/+14
| * | | netfilter: remove xt_NOTRACKCong Wang2012-09-0331-102/+0
| * | | netfilter: nf_conntrack: add nf_ct_timeout_lookupPablo Neira Ayuso2012-09-032-6/+21
| * | | netfilter: xt_CT: refactorize xt_ct_tg_checkPablo Neira Ayuso2012-09-031-136/+126
| * | | netfilter: xt_socket: fix compilation warnings with gcc 4.7Pablo Neira Ayuso2012-09-031-6/+6
| * | | netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation t...Patrick McHardy2012-08-305-0/+192
| * | | netfilter: nf_nat: support IPv6 in TFTP NAT helperPablo Neira Ayuso2012-08-306-8/+7
| * | | netfilter: nf_nat: support IPv6 in IRC NAT helperPablo Neira Ayuso2012-08-306-14/+7
| * | | netfilter: nf_nat: support IPv6 in SIP NAT helperPatrick McHardy2012-08-307-116/+144
| * | | netfilter: nf_nat: support IPv6 in amanda NAT helperPatrick McHardy2012-08-306-8/+7
| * | | netfilter: nf_nat: support IPv6 in FTP NAT helperPatrick McHardy2012-08-306-20/+27
| * | | netfilter: ip6tables: add NETMAP targetPatrick McHardy2012-08-303-0/+105
| * | | netfilter: ip6tables: add REDIRECT targetPatrick McHardy2012-08-303-0/+110