aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso20-37/+31
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso6-25/+21
2012-09-07netdev/phy: mdio-mux-mmioreg.c should include of_address.hTimur Tabi1-0/+1
2012-09-07net: rt_cache_flush() cleanupEric Dumazet1-17/+2
2012-09-07net: qmi_wwan: use a single bind function for all device typesBjørn Mork1-29/+16
2012-09-07net: qmi_wwan: increase max QMI message size to 4096Bjørn Mork1-1/+1
2012-09-07ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel7-35/+22
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman4-12/+33
2012-09-07igmp: avoid drop_monitor false positivesEric Dumazet1-11/+19
2012-09-07drivers/net/usb/sierra_net.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-07ipv6: fix handling of throw routesNicolas Dichtel1-1/+8
2012-09-06tcp: fix TFO regressionEric Dumazet2-7/+4
2012-09-05ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel2-4/+29
2012-09-05be2net: use PCIe AER capabilitySathya Perla1-0/+8
2012-09-05net: qdisc busylock needs lockdep annotationsEric Dumazet3-2/+12
2012-09-05bnx2x: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+1
2012-09-05netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.hStephen Rothwell1-0/+1
2012-09-05cxgb4: Remove duplicate register definitionsVipul Pandya4-58/+30
2012-09-05RDMA/cxgb4: Update RDMA/cxgb4 due to macro definition removal in cxgb4 driverVipul Pandya1-1/+1
2012-09-05net: add unknown state to sysfs NIC duplex exportNikolay Aleksandrov1-3/+15
2012-09-05Revert "usbnet: drop unneeded check for NULL"Oliver Neukum1-1/+2
2012-09-05tcp: add generic netlink support for tcp_metricsJulian Anastasov3-13/+396
2012-09-04ixgbe: remove old init remnantEliezer Tamir1-5/+0
2012-09-04igb: Supported and Advertised Pause FrameAkeem G. Abodunrin1-3/+18
2012-09-04igb: reduce Rx header sizeEric Dumazet1-2/+2
2012-09-04igb: Add loopback test support for i210Carolyn Wyborny1-35/+16
2012-09-04net: Providing protocol type via system.sockprotoname xattr of /proc/PID/fd entriesMasatake YAMATO1-5/+78
2012-09-04ieee802154: MRF24J40 driverAlan Ott3-0/+779
2012-09-04net: Add INET dependency on aes crypto for the sake of TCP fastopen.David S. Miller1-0/+2
2012-09-04sctp: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-6/+4
2012-09-04usbnet: drop unneeded check for NULLOliver Neukum1-2/+1
2012-09-03openvswitch: Increase maximum number of datapath ports.Pravin B Shelar7-51/+113
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng3-83/+52
2012-09-03tcp: move tcp_update_cwnd_in_recoveryYuchung Cheng1-32/+32
2012-09-03tcp: move tcp_enter_cwr()Yuchung Cheng1-23/+23
2012-09-03net: sierra_net: rx_urb_size is constantBjørn Mork1-13/+4
2012-09-03net: sierra_net: make private symbols staticBjørn Mork1-3/+3
2012-09-03net: cx82310_eth: use common match macroBjørn Mork1-10/+1
2012-09-03netfilter: properly annotate ipv4_netfilter_{init,fini}()Jan Beulich1-2/+2
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()Michael Wang3-7/+7
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()Michael Wang3-18/+14
2012-09-03netfilter: remove xt_NOTRACKCong Wang31-102/+0
2012-09-03netfilter: nf_conntrack: add nf_ct_timeout_lookupPablo Neira Ayuso2-6/+21
2012-09-03netfilter: xt_CT: refactorize xt_ct_tg_checkPablo Neira Ayuso1-136/+126
2012-09-03netfilter: xt_socket: fix compilation warnings with gcc 4.7Pablo Neira Ayuso1-6/+6
2012-09-016lowpan: handle NETDEV_UNREGISTER eventAlan Ott1-7/+37
2012-09-016lowpan: Make a copy of skb's delivered to 6lowpanAlan Ott1-1/+8
2012-08-31tcp: TCP Fast Open Server - main code pathJerry Chu2-27/+309
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu13-50/+330
2012-08-31tcp: TCP Fast Open Server - header & support functionsJerry Chu9-20/+276