aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-09inet_diag: Export inet diag cookie checking routinePavel Emelyanov2-5/+16
2011-12-09inet_diag: Reduce the number of args for bytecode run routinePavel Emelyanov1-6/+8
2011-12-09inet_diag: Remove indirect sizeof from inet diag handlersPavel Emelyanov4-6/+2
2011-12-09sch_red: generalize accurate MAX_P support to RED/GRED/CHOKEEric Dumazet5-12/+45
2011-12-09Revert "net: netprio_cgroup: make net_prio_subsys static"John Fastabend1-1/+1
2011-12-08sock_diag: off by one checksDan Carpenter1-2/+2
2011-12-08net: netprio_cgroup: make net_prio_subsys staticJohn Fastabend1-1/+1
2011-12-08bnx2x: properly initialize L5 featuresDmitry Kravkov2-6/+8
2011-12-08vlan: add 802.1q netpoll supportBenjamin LaHaise2-0/+64
2011-12-08sch_red: Adaptative RED AQMEric Dumazet4-19/+111
2011-12-08team: use vlan_vids_[addr/del]_by_devJiri Pirko1-0/+11
2011-12-08vlan: introduce functions to do mass addition/deletion of vids by another deviceJiri Pirko2-0/+59
2011-12-08vlan: introduce vid list with reference countingJiri Pirko5-89/+219
2011-12-08net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo callsJiri Pirko6-59/+87
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko28-107/+210
2011-12-08vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko8-85/+85
2011-12-08be2net: netpoll supportIvan Vecera1-1/+17
2011-12-08net/fec: make FEC driver buildable as moduleLothar Waßmann1-1/+1
2011-12-08net/fec: fix the .remove codeLothar Waßmann1-9/+22
2011-12-08net/fec: preserve MII/RMII setting in fec_stop()Lothar Waßmann1-1/+4
2011-12-08net/fec: don't munge MAC address from platform dataLothar Waßmann1-1/+1
2011-12-08net/fec: don't request invalid IRQLothar Waßmann1-2/+6
2011-12-08net/fec: prevent dobule restart of interface on FDX/HDX changeLothar Waßmann1-0/+2
2011-12-08net/fec: set con_id in clk_get() call to NULLLothar Waßmann1-1/+1
2011-12-08net/fec: misc cleanupsLothar Waßmann1-6/+8
2011-12-08tg3: Update version to 3.122Matt Carlson1-2/+2
2011-12-08tg3: Return flowctrl config through ethtoolMatt Carlson1-2/+2
2011-12-08tg3: Track LP advertisingMatt Carlson2-3/+38
2011-12-08tg3: Integrate flowctrl check into AN adv checkMatt Carlson1-56/+25
2011-12-08tg3: Save stats across chip resetsMatt Carlson1-9/+17
2011-12-08tg3: Remove ethtool stats member from dev structMatt Carlson2-8/+7
2011-12-08bridge: add local MAC address to forwarding table (v2)stephen hemminger4-5/+25
2011-12-08bridge: rearrange fdb notifications (v2)stephen hemminger1-19/+20
2011-12-08bridge: refactor fdb_notifystephen hemminger1-4/+7
2011-12-07bnx2x: fix typo in fcoe stats collectionBarak Witkowski1-1/+1
2011-12-06caif: Replace BUG_ON with WARN_ON.Roar Førde4-10/+12
2011-12-06caif-shm: Bugfixes for caif_shmcore.csjur.brandeland@stericsson.com1-10/+11
2011-12-06caif: Bad assert triggering false positive.sjur.brandeland@stericsson.com1-1/+1
2011-12-06caif-hsi: Remove wake line modification when flushing FIFOChristian Auby1-11/+0
2011-12-06ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().David S. Miller4-29/+12
2011-12-06ipv6: Make third arg to anycast_dst_alloc() bool.David S. Miller4-4/+4
2011-12-06bnx2x: Fix compile errors if CONFIG_CNIC is not setMichael Chan1-2/+2
2011-12-06net: Silence seq_scale() unused warningStephen Boyd1-0/+2
2011-12-06sock_diag: Move the sock_ code to net/core/Pavel Emelyanov3-100/+158
2011-12-06inet_diag: Cleanup type2proto last userPavel Emelyanov1-23/+24
2011-12-06inet_diag: Introduce socket family checksPavel Emelyanov1-1/+11
2011-12-06inet_diag: Switch the _dump to work with new headerPavel Emelyanov1-18/+53
2011-12-06inet_diag: Switch the _get_exact to work with new headerPavel Emelyanov1-7/+22
2011-12-06inet_diag: Introduce new inet_diag_req headerPavel Emelyanov2-8/+17
2011-12-06sock_diag: Initial skeletonPavel Emelyanov2-2/+123